From 88f95d50cfb1332776cebe47a929a889b8d82759 Mon Sep 17 00:00:00 2001 From: "kaf24@firebug.cl.cam.ac.uk" Date: Wed, 17 Aug 2005 15:34:58 +0000 Subject: [PATCH] Formatting cleanup. --- .../arch/xen/i386/kernel/pci-dma.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c b/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c index c9ade99d64..054f21d489 100644 --- a/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c +++ b/linux-2.6-xen-sparse/arch/xen/i386/kernel/pci-dma.c @@ -24,13 +24,14 @@ struct dma_coherent_mem { unsigned long *bitmap; }; -#define IOMMU_BUG_ON(test) \ -do { \ - if (unlikely(test)) { \ - printk(KERN_ALERT "Fatal DMA error! Please use 'swiotlb=force'\n"); \ - BUG(); \ - } \ -} while(0) +#define IOMMU_BUG_ON(test) \ +do { \ + if (unlikely(test)) { \ + printk(KERN_ALERT "Fatal DMA error! " \ + "Please use 'swiotlb=force'\n"); \ + BUG(); \ + } \ +} while (0) int dma_map_sg(struct device *hwdev, struct scatterlist *sg, int nents, -- 2.30.2